-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DM-30895: Move AssembleCoaddTask and its children to drp_tasks #829
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to remove assembleCoaddTestUtils.py
.
Other than that, and also moving assembleChi2Coadd.py
this LGTM.
Sorry, did you mean I should move |
Yes. There aren't any branches in development, so it makes sense to move it now as opposed to making a new ticket just to move one file. |
Drive-by review here: There need to be stubs here that forward to the new location and raise a deprecation warning if you use the old location. And a ticket to remove those deprecated usages after whichever release we decided was the correct number. |
I thought about that, but it doesn't work in this case, does it? Given that That reminds me that I wanted to add this as a note to the dev guide. |
57d260c
to
92d9b14
Compare
Files transferred: - python/lsst/pipe/tasks/dcrAssembleCoadd.py - tests/test_dcrAssembleCoadd.py
Files transferred: - python/lsst/pipe/tasks/assembleCoadd.py - tests/test_assembleCoadd.py
File(s) transferred: - tests/assembleCoaddTestUtils.py -> tests/assemble_coadd_test_utils.py
File(s) transferred: - python/lsst/pipe/tasks/assembleChi2Coadd.py -> python/lsst/drp/tasks/assemble_chi2_coadd.py
92d9b14
to
1cade28
Compare
|
No description provided.